-
-
Notifications
You must be signed in to change notification settings - Fork 113
Remove deprecated operator code #965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| using SciMLBase | ||
| using LinearAlgebra | ||
|
|
||
| @testset "DiffEqOperator" begin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these tests be updated to use the new operators rather than deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, SciMLOperators.jl already has tests and they are much more extensive than this, superset it already IIRC. So I am not worried about copying these because I believe the first version already did that.
|
Uh... I completely missed the deprecation notice. What should I change |
|
All of the operators were moved to SciMLOperators, and the equivalent there is SciMLOperators.AbstractSciMLOperator |
No description provided.